
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-agbalumo: 'Agbalumo',display;
--font-bebasneue: 'Bebas Neue',sans-serif;
--font-Afacad: 'Afacad',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .cFoHns {
      width:100%;
      display:flex;
      min-width:100%;
      background:white;
      min-height:100%;
      align-items:center;
      justify-content:flex-start;
    }

    .cCYXsI {
      width:100%;
    }

    .dYXCaw {
      font-size:var(--font-size-xs);
    }

    .Player-Admin\:-jZxbYl7b0vQS0XNZ8v2j {
      color:#6dbf32;
    }

    .dXdcSX {
      width:100%;
      font-family:inherit;
    }

    .eOLvwz {
      row-gap:10px;
      column-gap:10px;
      flex-direction:row;
    }

    .Player-Admin\:3Cv9xBUEEkMfyx_hb6HTF {
      min-height:max-content;
    }

    .doyDHY {
      gap:15px;
      width:100%;
    }

    .eJlWSZ {
      color:var(--green-900, #064E3B);
      display:inline-block;
      font-size:1em;
      font-weight:var(--font-weight-bold);
      white-space:pre-wrap;
      padding-right:10px;
    }

    .cOTnfz {
      font-size:var(--font-size-4xl);
      font-family:Bebas Neue;
    }

    .cgcNcw {
      align-items:center;
      justify-content:center;
    }

    .dNAcOu {
      gap:20px;
      padding:20px;
      background:white;
      font-family:"Bebas Neue";
    }

    .daikJW {
      gap:8px;
      border:1px solid var(--grey-200,#E5E5E5);
      padding:15px;
      border-radius:8px;
      background-color:var(--grey-50,#FAFAFA);
    }

    .dwOEhF {
      gap:12px;
    }

    .dGDhAq {
      color:#000000;
      font-size:var(--font-size-4xl);
      font-family:"Bebas Neue";
      margin-bottom:10px;
    }

    .DhhKh {
      color:var(--green-900,#064E3B);
      font-size:var(--font-size-lg);
      font-family:"Afacad";
      font-weight:var(--font-weight-bold);
    }

    .eDUriF {
      gap:5px;
      color:var(--grey-600,#525252);
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:"Afacad";
      flex-direction:row;
    }

    .ddlBxQ {
      gap:8px;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
    }

    .elAns {
      color:var(--green-600,#059669);
      font-size:var(--font-size-2xl);
      font-family:inherit;
      font-weight:var(--font-weight-bold);
      border-bottom:2px solid var(--green-300,#6EE7B7);
      padding-bottom:10px;
    }

    .LWIFI {
      gap:30px;
      font-family:inherit;
    }

    .jqZAr {
      gap:15px;
      font-family:inherit;
    }

    .dUjdjk {
      color:white;
      cursor:pointer;
      padding:10px 20px;
      align-self:flex-start;
      background:var(--green-600,#059669);
      font-weight:var(--font-weight-bold);
      border-radius:8px;
    }

    .eFPKiI {
      gap:8px;
      border:1px solid var(--grey-200,#E5E5E5);
      padding:15px;
      flex-wrap:wrap;
      border-radius:8px;
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--grey-50,#FAFAFA);
    }

    @media (max-width: 500px) {

    .eFPKiI {
      display:flex;
      flex-direction:column;
    }
    }

    .eIRFkx {
      color:var(--green-900,#064E3B);
      font-size:var(--font-size-lg);
      max-width:70%;
      text-align:center;
      font-family:"Afacad";
      font-weight:var(--font-weight-bold);
    }

    @media (max-width: 500px) {

    .eIRFkx {
      width:100%;
      min-width:100%;
    }
    }

    .dvOGqr {
      gap:20px;
      font-family:inherit;
    }

    .faJbxK {
      gap:8px;
      flex-wrap:wrap;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 500px) {

    .faJbxK {
      display:flex;
      align-items:flex-end;
      justify-content:flex-end;
    }
    }

    .cWBYzS {
      width:80%;
      align-items:center;
      padding-top:15px;
      padding-bottom:15px;
      justify-content:start;
    }

    .fxMQzQ {
      gap:20px;
      align-items:start;
      font-family:Inter;
      justify-content:start;
    }

    .cftnLP {
      width:500px;
      max-width:500px;
    }

    @media (max-width: 500px) {

    .cftnLP {
      max-width:95%;
    }
    }

    .Player-Admin\:Azwv_7X31cgSfygAr9BjX {
      color:#6dbf32;
    }

    .eyVPLS {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .Player-Admin\:DIFRoiDE8jbTMYbI9IHwc {
      color:#6dbf32;
    }

    .fERvGB {
      max-width:400px;
    }

    @media (max-width: 400px) {

    .fERvGB {
      max-width:90%;
    }
    }

    .dGNTfs {
      width:inherit;
      row-gap:5px;
      max-width:100%;
      column-gap:5px;
      align-items:center;
      padding-top:5px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:center;
    }

    .dyHpFE {
      padding-top:15px;
      padding-bottom:15px;
    }

    .eHxzCy {
      width:80%;
      height:80px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .Player-Admin\:JDWOLNHpAnGZcFDpjReCm {
      width:200px;
    }

    .cKYvrr {
      font-size:0.8rem;
      font-family:inherit;
      font-weight:700;
    }

    .Player-Admin\:KllpCzNbwuVqgpQCZCjfS {
      color:#6dbf32;
    }

    .dZZzhl {
      width:0px;
      height:0px;
    }

    .eQtXsI {
      gap:20px;
      padding:20px;
      background:white;
    }

    .blErWs {
      color:#000000;
      font-size:var(--font-size-4xl);
      font-family:"Bebas Neue";
      font-weight:var(--font-weight-bold);
      margin-bottom:10px;
    }

    .bcyHil {
      color:var(--green-900,#064E3B);
      display:flex;
      font-size:var(--font-size-lg);
      font-family:inherit;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:space-between;
    }

    .djQYVd {
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:"Afacad";
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .bXjyFe {
      color:var(--green-700);
      font-size:var(--font-size-4xl);
      font-family:"Bebas Neue";
      font-weight:var(--font-weight-bolder);
    }

    .bsFHFy {
      gap:20px;
    }

    .cZAnBS {
      font-size:var(--font-size-3xl);
      font-family:"Afacad";
    }

    .nUMtw {
      gap:8px;
      border:1px solid var(--grey-200,#E5E5E5);
      padding:15px;
      flex-wrap:wrap;
      font-family:"Bebas Neue";
      border-radius:8px;
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--grey-50,#FAFAFA);
    }

    .fvwyKF {
      gap:5px;
      color:var(--grey-600,#525252);
      font-size:var(--font-size-sm);
      align-items:center;
      flex-direction:row;
    }

    .bEoGaE {
      color:var(--grey-200, #E5E5E5);
      width:100%;
      cursor:pointer;
      padding-top:8px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      padding-bottom:8px;
      background-color:var(--blue-600, #2563EB);
    }

    .bEoGaE:hover {
      background-color:var(--blue-500, #3B82F6);
    }

    .bXKCFL {
      color:inherit;
      display:inline-block;
    }

    .cZWVSj {
      gap:20px;
      max-width:500px;
      background:white;
      align-items:start;
      font-family:Inter;
      justify-content:start;
    }

    .vEFWP {
      gap:0px;
      font-size:var(--font-size-sm);
    }

    .VSfbo {
      gap:10px;
      display:flex;
      font-weight:var(--font-weight-regular);
      padding-top:0px;
      flex-direction:row;
      padding-bottom:0px;
    }

    .qUXie {
      width:inherit;
      padding-top:10px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:10px;
    }

    .fubwmY {
      display:inline-block;
      max-width:100%;
      font-weight:400;
    }

    .cCIylb {
      width:100%;
      height:100px;
      max-width:100%;
      max-height:100px;
      object-fit:cover;
      border-top-left-radius:16px;
      border-top-right-radius:16px;
    }

    .tab_pendingGames\:HXfOT22-54fVgydGY75od {
      padding-left:10px;
      padding-right:10px;
    }

    .ceuZwx {
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
    }

    .laTXc {
      gap:5px;
      display:flex;
      font-weight:var(--font-weight-regular);
      padding-top:0px;
      flex-direction:row;
      padding-bottom:0px;
    }

    .tAgWf {
      gap:5px;
      display:flex;
      flex-wrap:wrap;
      flex-direction:row;
      padding-bottom:10px;
    }

    .eAZgHv {
      top:-5px;
      width:40%;
      align-items:center;
      justify-content:start;
      background-color:var(--green-300, #6EE7B7);
    }

    @media (min-width: 500px) {

    .eeOYAk {
      display:flex;
      row-gap:25px;
      column-gap:25px;
      flex-direction:row;
    }
    }

    .faBNSM {
      gap:5px;
      align-items:center;
      font-weight:var(--font-weight-regular);
      padding-top:0px;
      flex-direction:row;
      padding-bottom:0px;
    }

    .dShyjQ {
      display:inline-block;
      max-width:100%;
    }

    .oHtsj {
      width:100%;
      display:flex;
      align-items:flex-end;
      font-weight:var(--font-weight-regular);
      padding-left:0px;
      border-radius:16px;
      outline-color:var(--grey-200, #E5E5E5);
      outline-style:solid;
      outline-width:2px;
      padding-right:0px;
      flex-direction:column;
      justify-content:space-between;
      background-color:var(--grey-50, #FAFAFA);
    }

    @media (min-width: 500px) {

    .oHtsj {
      width:230px;
      display:flex;
      justify-content:space-between;
    }
    }

    .oHtsj:hover {
      box-shadow:1px 4px 10px 0px #00000044;
    }

    .bgdJEk {
      gap:10px;
      align-items:center;
      font-weight:var(--font-weight-regular);
      padding-top:0px;
      flex-direction:row;
      padding-bottom:0px;
    }

    .bRcWfD {
      width:fit-content;
      display:inline-block;
      position:relative;
      font-size:var(--font-size-xs);
      font-family:inherit;
      font-weight:inherit;
      padding-top:5px;
      padding-left:5px;
      border-radius:5px;
      padding-right:5px;
      padding-bottom:5px;
      background-color:var(--grey-200, #E5E5E5);
    }

    .mshwf {
      display:inline-block;
      padding-bottom:10px;
    }

    .euPGMK {
      width:fit-content;
      display:inline-block;
      position:relative;
      font-size:var(--font-size-xs);
      font-family:inherit;
      font-weight:inherit;
      padding-top:5px;
      padding-left:5px;
      border-radius:5px;
      padding-right:5px;
      padding-bottom:5px;
      background-color:var(--seats_left_colour, #fca5a5);
    }

    .duyipo {
      gap:5px;
      color:var(--grey-800, #262626);
      font-size:var(--font-size-sm);
      font-weight:400;
    }

    .ctCPpN {
      width:100%;
      display:flex;
      align-items:flex-end;
      font-weight:var(--font-weight-regular);
      padding-left:0px;
      border-radius:16px;
      outline-color:var(--grey-200, #E5E5E5);
      outline-style:solid;
      outline-width:2px;
      padding-right:0px;
      flex-direction:column;
      justify-content:right;
      background-color:var(--grey-50, #FAFAFA);
    }

    @media (min-width: 500px) {

    .ctCPpN {
      width:230px;
      display:flex;
    }
    }

    .ctCPpN:hover {
      box-shadow:1px 4px 10px 0px #00000044;
    }

    .bVbeLx {
      width:100%;
      padding-top:10px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:10px;
    }

    .dHlpWb {
      width:100%;
      display:flex;
      row-gap:15px;
      column-gap:15px;
    }

    @media (min-width: 500px) {

    .dHlpWb {
      display:flex;
      row-gap:25px;
      flex-wrap:wrap;
      column-gap:25px;
      flex-direction:row;
    }
    }

    .euPzW {
      width:20%;
      height:100%;
      align-items:center;
      font-family:'Bilbo';
      justify-content:center;
      border-top-left-radius:0px;
      border-top-right-radius:16px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:16px;
    }

    .dJyMTq {
      color:var(--grey-200, #E5E5E5);
      width:100%;
      cursor:pointer;
      height:100%;
      font-size:0.9em;
      align-items:center;
      font-family:'Inter';
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      background-color:var(--LotusPink, #E27396);
      border-top-right-radius:16px;
      border-bottom-right-radius:16px;
    }

    .dJyMTq:hover {
      color:var(--LotusPink, #E27396);
      background-color:var(--RicePaper, #FFF8E7);
    }

    .elThbd {
      width:50px;
      height:50px;
    }

    .dubjzM {
      width:100%;
      height:80px;
      display:flex;
      align-items:start;
      font-weight:var(--font-weight-regular);
      padding-left:5px;
      border-radius:16px;
      outline-color:var(--grey-200, #E5E5E5);
      outline-style:solid;
      outline-width:2px;
      padding-right:5px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--grey-50, #FAFAFA);
    }

    .Player-Admin\:gp0CDES3q34hIqxOyrEbl {
      min-height:max-content;
    }

    .fqQmts {
      width:100%;
      position:relative;
      max-width:100%;
      align-items:center;
      padding-top:0px;
      flex-direction:column;
      padding-bottom:20px;
      justify-content:start;
    }

    .dmEZid {
      gap:10px;
      width:100%;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      flex-direction:column;
      padding-bottom:5px;
    }

    .dVyOHy {
      color:var(--green-900);
      font-family:Bebas Neue;
    }

    .eyQJSM {
      position:absolute;
    }

    .dthJGu {
      color:var(--green-800, #065F46);
      font-size:var(--font-size-2xl);
      font-family:Agbalumo;
      font-weight:var(--font-weight-bold);
    }

    .OyZuD {
      gap:0px;
      width:100%;
      font-size:var(--font-size-sm);
    }

    .cLznrE {
      gap:5px;
      color:var(--grey-800, #262626);
      width:100%;
      font-size:var(--font-size-sm);
      font-weight:400;
    }

    .eCOEPc {
      width:100%;
      display:flex;
      align-items:flex-end;
      font-weight:var(--font-weight-regular);
      padding-left:0px;
      border-radius:16px;
      outline-color:var(--grey-200, #E5E5E5);
      outline-style:solid;
      outline-width:2px;
      padding-right:0px;
      flex-direction:column;
      justify-content:space-between;
      background-color:var(--grey-50, #FAFAFA);
    }

    @media (min-width: 500px) {

    .eCOEPc {
      width:230px;
      display:flex;
      align-items:flex-end;
      flex-direction:column;
      justify-content:space-around;
    }
    }

    .drKdhl {
      font-size:0.75em;
    }

    .bfzmzg {
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .chNgYp {
      width:100%;
      row-gap:10px;
      flex-wrap:wrap;
      column-gap:10px;
      flex-direction:row;
    }

    .tab_waitlists\:Te7BdOCvvqg2p3cJSJgll {
      padding-left:10px;
      padding-right:10px;
    }

    .CTutA {
      width:100%;
      height:100px;
      display:flex;
      max-width:100%;
      max-height:100px;
      object-fit:cover;
      align-items:flex-start;
      justify-content:flex-start;
      border-top-left-radius:16px;
      border-top-right-radius:16px;
    }

    .Player-Admin\:vGt0_M8pUL4u-jsRJbk1m {
      height:fit-content;
    }

    .Player-Admin\:wnNxzUt6Nxo0lZEb5btBu {
      min-height:max-content;
    }

    .dVPzpE {
      color:var(--green-900, #064E3B);
      display:inline-block;
      font-size:1.5em;
      font-weight:var(--font-weight-bold);
      white-space:pre-wrap;
      padding-right:10px;
    }

    .bhRddf {
      flex:1;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      max-width:100%;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }

    @media (min-width: 550px) {

    .bhRddf {
      width:550px;
    }
    }

    .Player-Admin\:xZFaL5y-usTPdibGCugkz {
      width:100px;
    }

    .bgAQpS {
      width:20%;
      height:100%;
      align-items:center;
      justify-content:center;
    }

    .BVwUF {
      width:300px;
      row-gap:5px;
      column-gap:5px;
    }